home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / gcc / gcc263_diffs.readme < prev    next >
Encoding:
Text File  |  1995-04-27  |  1.9 KB  |  54 lines

  1. Short:    Patches to the original GNU sources
  2. Uploader: wiedmann@zdv.uni-tuebingen.de
  3. Type:     dev/gcc
  4.  
  5. The gcc sources consist of two archives:
  6.  
  7.   - gcc263-src.lha: These are the original sources, as distributed
  8.     by the Free Software Foundation. I only repacked it with LhA.
  9.   - gcc263-diffs.lha: A patchfile which is needed to modify the
  10.     original sources.
  11.  
  12. You need the program patch to get the Amiga-gcc's sources. (Part of
  13. the gcc263-util.lha archive.) Do the following:
  14.  
  15.     cd <Directory on partition with very much space, about 40Mb>
  16.     lha x gcc263-src.lha
  17.     lha x gcc263-diffs.lha
  18.     patch < gcc263-diffs.gz
  19.  
  20. You will now have a directory gcc-2.6.3 and the following files:
  21.  
  22.     amigados.c, amigados.h, amigasup.c, t-amigados, x-amigados and
  23.     xm-amigados.h
  24.  
  25. and some empty *.orig files (remove the empty files). By executing,
  26. for example
  27.  
  28.     > gzcat ~/gcc263-diffs.gz | grep amigados.c
  29.     diff -2rcN gcc-2.6.3/config/m68k/amigados.c
  30.     gcc-2.6.3-amiga/config/m68k/amigados.c
  31.     *** gcc-2.6.3/config/m68k/amigados.c
  32.     --- gcc-2.6.3-amiga/config/m68k/amigados.c      Tue Dec  6 14:21:03 1994
  33.  
  34. you notice, for example, that amigados.c should be moved to the
  35. gcc-2.6.3/config/m68k directory. Do this with all of the above
  36. files. Now you have the complete Amiga-gcc sources.
  37.  
  38.  
  39. Note, that the assembler's and linker's sources are not part of this
  40. distribution. They are included in the binutils archive. There is
  41. currently no official version of the binutils port, only a beta
  42. release, thus I won't upload a source distribution of binutils-2.5.2
  43. yet. You can find the diffs on ftp.funet.fi in the pub/amiga/gnu/beta
  44. directory.
  45.  
  46.  
  47. ============================= Archive contents =============================
  48.  
  49. Original  Packed Ratio    Date     Time    Name
  50. -------- ------- ----- --------- --------  -------------
  51.   114498   32227 71.8% 06-Feb-95 09:51:04  gcc263-diffs
  52. -------- ------- ----- --------- --------
  53.   114498   32227 71.8% 15-Apr-95 15:11:42   1 files
  54.